home *** CD-ROM | disk | FTP | other *** search
/ The 50th Anniversary of …National Assembly Library / The 50th Anniversary of the National Assembly Library.iso / main.dxr / 00026.ls < prev    next >
Encoding:
Text File  |  2002-02-18  |  113 b   |  9 lines

  1. on exitFrame me
  2.   go(the frame)
  3.   if the timer < 20 then
  4.     nothing()
  5.   else
  6.     go(the frame + 1)
  7.   end if
  8. end
  9.